cargo.git
2014-08-27 borsauto merge of #423 : alexcrichton/cargo/cargo-package...
2014-08-27 Alex CrichtonImplement cargo-package
2014-08-27 borsauto merge of #435 : alexcrichton/cargo/issue-431,...
2014-08-27 Alex CrichtonHelp debug a flaky windows test
2014-08-27 Alex CrichtonAdd a `harness` manifest option
2014-08-27 borsauto merge of #420 : alexcrichton/cargo/issue-393-2...
2014-08-27 Alex CrichtonRemove all subcommand executables
2014-08-27 borsauto merge of #421 : alexcrichton/cargo/issue-418,...
2014-08-27 borsauto merge of #419 : alexcrichton/cargo/issue-406,...
2014-08-27 Alex CrichtonFix `cargo run` for renamed bin targets
2014-08-27 Alex CrichtonAdd a --no-run option to `cargo test`
2014-08-27 borsauto merge of #450 : alexcrichton/cargo/fix-cargo,...
2014-08-27 Alex CrichtonFix a flaky test while the compiler is changing
2014-08-27 Alex CrichtonPrint out the rustc version before each build
2014-08-26 Björn SteinbrinkFix building with current rust
2014-08-25 borsauto merge of #434 : alexcrichton/cargo/issue-433,...
2014-08-25 Alex CrichtonAdd a new CARGO_MANIFEST_DIR environment variable
2014-08-24 borsauto merge of #430 : aochagavia/cargo/mod, r=alexcrichton
2014-08-23 Adolfo OchagavíaUse `mod` where possible
2014-08-23 borsauto merge of #428 : garrison/cargo/patch-3, r=alexcrichton
2014-08-23 Jim GarrisonUpdate guide.md to use "language: rust" in .travis.yml
2014-08-21 borsauto merge of #415 : alexcrichton/cargo/in-tree-docs...
2014-08-21 Alex CrichtonAdd all docs in-tree
2014-08-20 borsauto merge of #410 : alexcrichton/cargo/fix-doctest...
2014-08-20 borsauto merge of #412 : ScriptDevil/cargo/default-help...
2014-08-20 Ashok GauthamPrint help message if cargo is invoked with no arguments
2014-08-19 Alex CrichtonFix doc tests for libs with deps
2014-08-19 borsauto merge of #409 : alexcrichton/cargo/snapshots,...
2014-08-19 Alex CrichtonRegister new snapshots
2014-08-19 borsauto merge of #408 : alexcrichton/cargo/fix-master...
2014-08-19 Alex CrichtonFix some flaky tests on the buildbots
2014-08-19 borsauto merge of #390 : alexcrichton/cargo/revert-libgit2...
2014-08-19 Tim Carey-SmithSyncs submodules after remote update (closes #370)
2014-08-19 Alex CrichtonRevert "Use libgit2 for driving git instead of the...
2014-08-19 borsauto merge of #384 : alexcrichton/cargo/issue-379,...
2014-08-19 Alex CrichtonMake a timing test a little less flaky
2014-08-19 Alex CrichtonAllow updating transitive deps
2014-08-19 Alex CrichtonPreserve $OUT_DIR across rebuilds
2014-08-19 Alex CrichtonAdd an exclude key to the manifest
2014-08-19 Alex CrichtonFactor in .gitignore for build cmd freshness
2014-08-19 borsauto merge of #401 : alexcrichton/cargo/issue-348,...
2014-08-19 Alex CrichtonDon't build docs/tests into separate dirs
2014-08-19 borsauto merge of #389 : alexcrichton/cargo/dev-dependency...
2014-08-19 borsauto merge of #375 : wycats/cargo/doc-fewer-things...
2014-08-19 borsauto merge of #402 : alexcrichton/cargo/import-rename...
2014-08-19 Alex CrichtonMore import renaming fallout
2014-08-19 borsauto merge of #399 : lucidd/cargo/master, r=alexcrichton
2014-08-18 Kevin WalterChange all uses of `use foo = bar` to `use bar as foo`
2014-08-18 borsauto merge of #394 : colindean/cargo/fix-readme, r...
2014-08-18 borsauto merge of #395 : bkoropoff/cargo/import-shadow...
2014-08-18 Brian KoropoffFix import shadowing errors in tests
2014-08-18 Brian KoropoffUpgrade to latest toml-rs
2014-08-17 Colin DeanRemove $ from lines in readme to improve copyability
2014-08-17 Alex CrichtonAlways generate a lockfile with dev-dependencies
2014-08-17 borsauto merge of #388 : alexcrichton/cargo/fix-cross-build...
2014-08-17 Alex CrichtonIf --target is specified, pass that to build commands
2014-08-16 borsauto merge of #367 : alexcrichton/cargo/git2-rs, r...
2014-08-16 Alex CrichtonRun cargo off the main thread.
2014-08-16 Alex CrichtonRegister new snapshots
2014-08-16 Alex CrichtonAdd submodule test from #381
2014-08-16 Alex CrichtonUse libgit2 for driving git instead of the CLI
2014-08-16 borsauto merge of #386 : alexcrichton/cargo/target-always...
2014-08-16 Alex CrichtonEnsure TARGET is always present for build commands
2014-08-16 borsauto merge of #372 : jauhien/cargo/master, r=alexcrichton
2014-08-16 Alex Crichtonstatic.rust-lang.org may be stale again?
2014-08-15 Jauhien PiatlickiFix code to be compilable with latest rustc:
2014-08-15 Alex CrichtonMove back to static.rust-lang.org
2014-08-15 borsauto merge of #369 : alexcrichton/cargo/issue-327,...
2014-08-15 borsauto merge of #378 : wycats/cargo/fix-git-issues, r...
2014-08-15 borsauto merge of #307 : erickt/cargo/bench, r=wycats
2014-08-15 borsauto merge of #366 : steveklabnik/cargo/get_to_subscrip...
2014-08-15 Alex CrichtonMac builder DNS is still stale, use S3 urls
2014-08-15 Yehuda Katz... Fix issues related to git updates
2014-08-14 Tim Carey-SmithRemove docs that shouldn't be built
2014-08-14 Erick Tryzelaarreplace "\n\n" with real newlines in test output
2014-08-14 Erick Tryzelaarwip: Add `cargo-bench`, which runs benchmarks at -...
2014-08-14 Alex CrichtonDeprecated [[lib]] in favor of [lib]
2014-08-14 Alex CrichtonStart accepting [lib], allow `bin = []`
2014-08-14 Erick Tryzelaarreplace .get() with .[]
2014-08-12 Steve Klabnik.get() -> []
2014-08-12 borsauto merge of #365 : alexcrichton/cargo/new-snapshots...
2014-08-12 Alex CrichtonRegister new snapshots
2014-08-12 borsauto merge of #363 : alexcrichton/cargo/fix-some-bugs...
2014-08-12 Alex CrichtonFix the --list tests for windows
2014-08-12 Alex CrichtonTake a different strategy than ^{object}
2014-08-11 Alex CrichtonFix a flaky test (due to hashes changing)
2014-08-11 Alex CrichtonMerge commit 'xanxys/master' into fix-some-bugs
2014-08-11 Alex CrichtonAdd a configure option to disable cross-tests
2014-08-11 Alex CrichtonDon't always print an error on test failures
2014-08-11 Alex CrichtonDon't pull in dev-deps for `cargo build`
2014-08-11 Alex CrichtonDisable doctests separately from tests
2014-08-11 Alex CrichtonSupport --target with `cargo test`
2014-08-11 Alex CrichtonFix `cargo clean` when not in the root dir
2014-08-11 Alex CrichtonFix updating git sources a new lockfile is committed
2014-08-10 Alex CrichtonUpdate rust-encoding
2014-08-09 xanxysAdd "--list" option to `cargo`, that shows lists of...
2014-08-08 borsauto merge of #347 : alexcrichton/cargo/snapshots,...
2014-08-08 Alex CrichtonRegister new snapshots
2014-08-08 borsauto merge of #341 : alexcrichton/cargo/doc-test-tweaks...
2014-08-08 Alex CrichtonMake sure version env vars are always present
next